projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33e95d
)
Don't try to link *.texinfo--there are none now.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 21:02:27 +0000
(21:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 21:02:27 +0000
(21:02 +0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index ce384fd88ccefc63b608b8db5f590fd0a1610ae9..08214692f2d2f84b2ddcd3f4fa85baa67da073cd 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-264,7
+264,7
@@
echo "Making links to \`info'."
echo "Making links to \`man'."
(cd man
- ln *.texi
nfo *.texi
*.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
+ ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man
test -f README && ln README ../${tempdir}/man
test -f Makefile && ln Makefile ../${tempdir}/man
ln ChangeLog split-man ../${tempdir}/man